home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / ARP-DOCS1.3 / MakeDir < prev    next >
Text File  |  1990-06-22  |  988b  |  67 lines

  1.  
  2.  
  3.  
  4.      MakeDir(V1.3)           ARP User's Manual           MakeDir(V1.3)
  5.  
  6.  
  7.  
  8.      NAME
  9.           MakeDir - Create any number of directories.
  10.  
  11.      SYNOPSIS
  12.           MakeDir Dir/...
  13.  
  14.      DESCRIPTION
  15.           MakeDir creates a new directory with the name you give.  As
  16.           usual with ARP commands, there is no limit to the number of
  17.           directories you may create with this command.  The
  18.           directories will be created in the order in which you supply
  19.           them.  Note that you cannot duplicate directories at the
  20.           same level of the directory tree, nor can you create a
  21.       subdirectory until its parent directory has been created.
  22.  
  23.      EXAMPLE
  24.           makedir Jim
  25.           makedir Jim/Mailbag Jim/MailBag/Jan Jim/MailBag/Feb
  26.  
  27.      ( Note that the second command would have failed if you
  28.        had not previously created the directory "Mailbag" ).
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/28/89)
  64.  
  65.  
  66.  
  67.